home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / hangman / helppage.frm < prev    next >
Text File  |  1999-08-28  |  3KB  |  90 lines

  1. VERSION 5.00
  2. Begin VB.Form HelpPage 
  3.    ClientHeight    =   4095
  4.    ClientLeft      =   3915
  5.    ClientTop       =   2985
  6.    ClientWidth     =   3495
  7.    ControlBox      =   0   'False
  8.    LinkTopic       =   "Form1"
  9.    Picture         =   "HelpPage.frx":0000
  10.    ScaleHeight     =   4095
  11.    ScaleWidth      =   3495
  12.    StartUpPosition =   2  'CenterScreen
  13.    Begin VB.CommandButton Command1 
  14.       Caption         =   "&OK"
  15.       Height          =   390
  16.       Left            =   2040
  17.       TabIndex        =   5
  18.       Top             =   3600
  19.       Width           =   1215
  20.    End
  21.    Begin VB.Label Label5 
  22.       BackStyle       =   0  'Transparent
  23.       Caption         =   "You have 11 chances before the poor person is excecuted on the scaffold, GOOD LUCK."
  24.       ForeColor       =   &H8000000E&
  25.       Height          =   720
  26.       Left            =   120
  27.       TabIndex        =   4
  28.       Top             =   2760
  29.       Width           =   3015
  30.    End
  31.    Begin VB.Label Label4 
  32.       BackStyle       =   0  'Transparent
  33.       Caption         =   "If your guess is incorrect a piece of the scaffold or a bodypart will appear in the execution panel"
  34.       ForeColor       =   &H8000000E&
  35.       Height          =   615
  36.       Left            =   120
  37.       TabIndex        =   3
  38.       Top             =   2040
  39.       Width           =   2775
  40.    End
  41.    Begin VB.Label Label3 
  42.       BackStyle       =   0  'Transparent
  43.       Caption         =   "The selected letter will dissappear from the selection panel, meaning it can only be selected once."
  44.       ForeColor       =   &H8000000E&
  45.       Height          =   675
  46.       Left            =   120
  47.       TabIndex        =   2
  48.       Top             =   1320
  49.       Width           =   3075
  50.    End
  51.    Begin VB.Label Label2 
  52.       BackStyle       =   0  'Transparent
  53.       Caption         =   "Left click while the mouse pointer is over a letter to select that letter as your choice."
  54.       ForeColor       =   &H8000000E&
  55.       Height          =   450
  56.       Left            =   105
  57.       TabIndex        =   1
  58.       Top             =   840
  59.       Width           =   3150
  60.    End
  61.    Begin VB.Label Label1 
  62.       Alignment       =   2  'Center
  63.       BackStyle       =   0  'Transparent
  64.       Caption         =   "Hangman Instructions Page"
  65.       BeginProperty Font 
  66.          Name            =   "MS Sans Serif"
  67.          Size            =   12
  68.          Charset         =   0
  69.          Weight          =   700
  70.          Underline       =   -1  'True
  71.          Italic          =   0   'False
  72.          Strikethrough   =   0   'False
  73.       EndProperty
  74.       ForeColor       =   &H8000000E&
  75.       Height          =   615
  76.       Left            =   120
  77.       TabIndex        =   0
  78.       Top             =   120
  79.       Width           =   3255
  80.    End
  81. End
  82. Attribute VB_Name = "HelpPage"
  83. Attribute VB_GlobalNameSpace = False
  84. Attribute VB_Creatable = False
  85. Attribute VB_PredeclaredId = True
  86. Attribute VB_Exposed = False
  87. Private Sub Command1_Click()
  88.     Unload Me
  89. End Sub
  90.